Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
FOAF
Semantic Web ontology to describe relations between people

FOAF (friend of a friend) is a machine-readable ontology that describes persons, their activities, and social connections without a central database, enabling the creation of decentralized social networks. Expressed using the Resource Description Framework and the Web Ontology Language, FOAF profiles use unique identifiers like e-mail addresses or URIs to define relationships. Initiated in 2000 by Libby Miller and Dan Brickley, FOAF is considered a pioneer of the Social Semantic Web. Tim Berners-Lee later expanded this idea into the Giant Global Graph, envisioning FOAF as a revolutionary step in the evolution of the semantic web.

Related Image Collections Add Image
We don't have any YouTube videos related to FOAF yet.
We don't have any PDF documents related to FOAF yet.
We don't have any Books related to FOAF yet.
We don't have any archived web articles related to FOAF yet.

WebID

FOAF is one of the key components of the WebID specifications, in particular for the WebID+TLS protocol, which was formerly known as FOAF+SSL.

Deployment

Although it is a relatively simple use-case and standard, FOAF has had limited adoption on the web. For example, the Live Journal and DeadJournal blogging sites support FOAF profiles for all their members,4 My Opera community supported FOAF profiles for members as well as groups. FOAF support is present on Identi.ca, FriendFeed, WordPress and TypePad services.5

Yandex blog search platform supports search over FOAF profile information.6 Prominent client-side FOAF support was available in Safari7 web browser before RSS support was removed in Safari 6 and in the Semantic Radar8 plugin for Firefox browser. Semantic MediaWiki, the semantic annotation and linked data extension of MediaWiki supports mapping properties to external ontologies, including FOAF which is enabled by default.

There are also modules or plugins to support FOAF profiles or FOAF+SSL authorization for programming languages,910 as well as for content management systems.11

Example

The following FOAF profile (written in Turtle format) states that James Wales is the name of the person described here. His e-mail address, homepage and depiction are web resources, which means that each can be described using RDF as well. He has Wikimedia as an interest, and knows Angela Beesley (which is the name of a 'Person' resource).

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . <#JW> a foaf:Person ; foaf:name "James Wales" ; foaf:mbox <mailto:[email protected]> ; foaf:homepage <http://www.jameswales.com> ; foaf:nick "Jimbo" ; foaf:depiction <http://www.jameswales.com/aus_img_small.jpg> ; foaf:interest <http://www.wikimedia.org> ; foaf:knows [ a foaf:Person ; foaf:name "Angela Beesley" ] . <http://www.wikimedia.org> rdfs:label "Wikimedia" .

History

Versions

Versions table
VersionDatenamespace URIDescription
Unsupported: 0.98August 9, 2010http://xmlns.com/foaf/0.1/
Latest version: 0.99January 14, 201412http://xmlns.com/foaf/0.1/Current version

Paddington Edition

Legend:UnsupportedSupportedLatest versionPreview versionFuture version

See also

References

  1. XML Watch: Finding friends with XML and RDF by Edd Dumbill in IBM DeveloperWorks https://web.archive.org/web/20091223003446/http://www.ibm.com/developerworks/xml/library/x-foaf.html

  2. XML Watch: Support online communities with FOAF by Edd Dumbill in IBM DeveloperWorks https://web.archive.org/web/20100307223814/http://www.ibm.com/developerworks/xml/library/x-foaf2.html

  3. Berners Lee, Tim. "Giant Global Graph". Decentralized Information Group. Archived from the original on 2016-07-13. https://web.archive.org/web/20160713021037/http://dig.csail.mit.edu/breadcrumbs/node/215

  4. "LiveJournal FOAF". LiveJournal. Archived from the original on 2010-01-18.. https://web.archive.org/web/20100118151037/http://community.livejournal.com/ljfoaf

  5. "Known FOAF data providers". FOAF project. Archived from the original on 2010-02-26. https://web.archive.org/web/20100226072731/http://wiki.foaf-project.org/w/DataSources

  6. "press release on the social networking support". Yandex. 2008-08-15. http://company.yandex.com/press_center/press_releases/2008/2008-08-15.xml

  7. "FOAF Support in Safari RSS". eJohn.. http://ejohn.org/blog/foaf-support-in-safari-rss/

  8. "Semantic Radar plugin for the Firefox browser". Mozilla. Archived from the original on 2014-01-08. Retrieved 2012-02-20. https://web.archive.org/web/20140108014347/https://addons.mozilla.org/en-US/firefox/addon/semantic-radar/

  9. "FOAF support module for Perl". CPAN. https://metacpan.org/pod/XML::FOAF

  10. "FOAF+SSL authentication support for Perl". CPAN. https://metacpan.org/pod/Web::ID

  11. http://drupal.org/project/foaf - FOAF support for Drupal https://drupal.org/project/foaf

  12. Brickley, Dan; Miller, Libby (2014-01-14). "FOAF Vocabulary Specification 0.99". xmlns.com. FOAF project. Archived from the original on 2022-03-03. Retrieved 2022-03-31. http://xmlns.com/foaf/spec/20140114.html